home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / util / boot / sdate10.lha / Install StartupDate next >
Text File  |  1997-02-23  |  701b  |  22 lines

  1. ; Begin StartupDate Installer Script
  2. ; $VER: Startup Date Install Script Version 1.0 23/2/97
  3.  
  4. (copyfiles
  5.    (Prompt "Copying executable file to your C directory")
  6.    (help @copyfiles-help)
  7.    (source "StartupDate")
  8.    (dest "sys:c/")
  9.    (confirm)
  10. )
  11.  
  12. (complete 50)
  13.  
  14. (startup "StartupDate"
  15.    (prompt "An instruction needs to be added to your user-startup file so that you can set the date on startup. If your User-Startup file does not exist it will be created and the necessary lines added to your Startup-Sequence.")
  16.    (help "This file is needed to prompt for the date and actually set the date. Without these lines the program will not work!")
  17.    (command "SYS:C/StartupDate\n")
  18. )
  19.  
  20. (complete 100)
  21.  
  22.